report_missing_argument Subroutine

public subroutine report_missing_argument(err, fcn, arg)

Reports a missing argument error.

Arguments

Type IntentOptional Attributes Name
class(errors), intent(inout) :: err

The error handling object.

character(len=*), intent(in) :: fcn

The name of the function or subroutine in which the error occurred.

character(len=*), intent(in) :: arg

The name of the argument.